home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 2039 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.7 KB

  1. Path: informatik.tu-muenchen.de!fischerj
  2. From: fischerj@Informatik.TU-Muenchen.DE (Juergen "Rally" Fischer)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Easiest Way To Open A Screen For Drawing To.
  5. Date: 26 Jan 1996 03:52:28 GMT
  6. Organization: Technische Universitaet Muenchen, Germany
  7. Distribution: world
  8. Message-ID: <4e9j5s$ron@sunsystem5.informatik.tu-muenchen.de>
  9. References: <4e783a$93p@sol.ccs.deakin.edu.au> <4e83md$pd7@btmpjg.god.bel.alcatel.be>
  10. NNTP-Posting-Host: hphalle5.informatik.tu-muenchen.de
  11. X-Newsreader: TIN [version 1.2 PL2]
  12.  
  13. barnhoorn@nlev00 wrote:
  14.  
  15. : In article <4e783a$93p@sol.ccs.deakin.edu.au>, podge@deakin.edu.au (AARON SEAN BROWNE) writes:
  16. : |>     Just wondering what the easiest way to open a screen for drawing to is
  17. : |> .. Do I always have to open a custom bitmap and set up rasters and stuff..
  18.  
  19. mhm yo uhave written the gfx.lib part of a amigaOs book ? :)
  20. read the intuition part :)
  21.  
  22. openscreen() is what you search for. with blitbitmaprastport() you can
  23. dump the data of a bitmap to it. if yo uwant to render directly into screens
  24. bitmap, you got to test if it's "native", if the code is also to run
  25. on gfx-cards. Don't know if providing own bitmaps to openscreen() will
  26. imply they're native (=planar, in chipmem).
  27. : |> or is there an easier way.. I am using the screen to display 3d graphics etc..
  28. : |> any help would be greatly appreciated.. thanks..
  29. : |> 
  30.  
  31. : Just open a screen and then a simplerefresh-window on this screen.
  32. : That will do fine.
  33. mhm why open a window. Blitting to a rastport of a
  34. windowless screen is imho fastest method (except direct render).
  35.  
  36. ------------------------------------------------------------------------
  37.    fischerj@Informatik.TU-Muenchen.DE (Juergen "Rally" Fischer)   =:)
  38.